Copy Tables in PostgreSQL techsolution June 30, 2024Copy Tables in PostgreSQL : We have many option for create duplicate tables in database for backup etc. Example 1 : CREATE TABLE Table_Name ... Read More
Table Inheritance in PostgreSQL techsolution June 29, 2024Table Inheritance is a concept from object-oriented PostgreSQL databases. We can apply parents and child relationship between tables. Exampl... Read More
Based Shipping Standby techsolution December 05, 2023Initial setup on Master server: [root@master data]#su - postgres [postgres@master data]# ssh-keygen Generating public/private rsa key pair.... Read More